/*
td:has(i) {
        cursor: pointer;
}
*/
a {
    color: #0366d6 !important;
}

.refresh_table {
    /*width: 18%;*/
    /*font-size: 0.8em;*/	
    background-color: white;	
}

table.refresh_table tr:nth-child(even){
  background-color: white !important;

}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-family: Calibri;
}

td, th {
  border: 1px solid #eeeeee;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #eeeeee;
}

input[type=text], select {
  width: 15%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.label {
  color: #316a93;
  font-family: arial, sans-serif;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;  
  font-size: 14px;
  
}
label:after { content: ": " }

h2 {
  font-family: Calibri;

}

.fa-2xl {
  font-size: 1.2em !important;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

    .release {
        color: #fff;
        display: flex;
        justify-content: end;
        height: 50px;
        align-items: center;
        font-size: 1rem;
    }

    .release-logo {

        display: flex;
        justify-content: start;
        /*height: 50px;*/

    }
.nav-bar-teleconsul    {
    background-color: #0070ba;
    background-image: linear-gradient(100deg,#0070ba,#1546a0);
    border-color: #0070ba;
    min-height: 76px;
    padding-top: 14px;
    margin-left: 0px !important;
}

/* FOOTER */
.footer-area {
    padding: 40px 0;
    background-color: #363839;
}

    .footer-area i {
        color: #ddd;
    }

    .footer-area h3 {
        color: #ddd;
        font-size: 0.9rem;
    }

    .footer-area h4 {
        color: #777;
        font-size: 0.85rem;
    }

    .footer-area p,
    .footer-area ul {
        color: #777;
        font-size: 0.8rem;
    }

.footer-copyright p.text-muted {
    font-size: 0.8rem;
    line-height: 20px;
}

.footer-copyright {
    padding-top: 18px;
    padding-bottom: 16px;
    background-color: #282a2b;
    border-top: 1px solid #4b4c4d;
}

/*.footer-area img {
    position: absolute;
    top: 85px;
    right: 15px;
}*/

/* PRIVACY */
#privacy .privacy-box .intestazione-sezione {
    /*background-color: #337AB7;*/
    padding: 15px 0;
    margin: 0;
    margin-top: 10px;
}

    #privacy .privacy-box .intestazione-sezione h2.intestazione-titolo {
        margin: 0;
        font-weight: bold;
        letter-spacing: 1px;
        /* color: #FFF; */
        color: #337AB7;
        padding-left: 15px;
    }

#privacy .privacy-box .privacy-body {
    background-color: #FFF;
    padding: 20px;
}

    #privacy .privacy-box .privacy-body h3 {
        border-bottom: 1px solid #337ab7;
        font-weight: 700;
        padding-bottom: 10px;
    }
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
